-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: change BlockAndProofV1
to use alloy_eips instead
#10969
Conversation
@mattsse this is what is intended right? alloy-rs/alloy#1300 -> moves type to alloy -> remove type here -> change to use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool, this is great, ty.
I will use this when I bump alloy dep tmrw
hadn't update cargo.toml but should be updated to add alloy_eips wherever needed. lmk if you need anything when you bump alloy dep! |
Closes #10788 when combined with alloy-rs/alloy#1300
Currently needs an alloy dep bump to work